home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / fido_top.zip / FIDO-TOP.DOC < prev    next >
Text File  |  1991-05-13  |  3KB  |  64 lines

  1.    
  2.                                   FIDO-TOP
  3.                                 Version 1.01
  4.              Copyright (c) Bob Swift, 1991.  All Rights Reserved.
  5.             Compiled with the Turbo C++ 1.0 compiler from Borland.
  6.    
  7.    This program is used to read the Fido 12 CALLER.SYS files and generate a
  8.    file listing the top users (upload, download, calls) for the BBS.  The
  9.    CALLER.SYS file must be in the current directory.
  10.  
  11.    The program will display a VERY brief set of instructions if it is called
  12.    without any arguments or if it encounters an error.  The following is a 
  13.    list of the error codes returned by the program:
  14.    
  15.                   0 - No errors.  Normal termination.
  16.                   1 - Missing/Bad/Extra command line argument.
  17.                   2 - Unable to open the CALLER.SYS file.
  18.                   3 - Unable to open the output file.
  19.                   4 - Unable to write the output file.
  20.                   5 - Unable to close the CALLER.SYS file.
  21.                   6 - Unable to close the output file.
  22.                   7 - Output file not in current directory. (disabled)
  23.                   8 - Unable to create output backup file.
  24.                   9 - No user records to process.
  25.    
  26.    When an error is encountered, the program will exit immediately and will
  27.    attempt to properly close all files.
  28.    
  29.    Although I have chosen to retain all rights to this program, you are free
  30.    to use it under the following conditions:
  31.    
  32.             - You realize that there is NO Warrantee of any sort.
  33.               It was tested pretty thoroughly here before release
  34.               but who knows what bugs may be lurking within.
  35.             
  36.             - You will not modify the code and release a new version
  37.               of the program.  I welcome suggestions for improvement
  38.               (especially when accompanied by code) but I make no
  39.               guarantee of future releases.
  40.             
  41.             - If you find the program useful, I ask that you do 
  42.               something to brighten somebody else's day.  Just 
  43.               exactly what, I will leave up to you.
  44.  
  45.    
  46.    You may freely distribute this program provided that you distribute only 
  47.    the complete archive which includes the FIDO-TOP.EXE, FIDO-TOP.C and 
  48.    FIDO-TOP.DOC.  In addition, You MUST NOT charge for the program nor may
  49.    you charge a copy fee over $4.00 (including the price of the diskette).  
  50.    
  51.    
  52.                                                    Bob Swift (1:140/24)
  53.  
  54.  
  55.  
  56.  
  57.    Revision History
  58.    ----------------
  59.  
  60.    1.00     91/05/11    First release version.
  61.  
  62.    1.01     91/05/13    Modified first line of output for Bulletin title.
  63.  
  64.